home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / NeXTWORLD_DragLab / Controller.h < prev    next >
Text File  |  1995-06-12  |  415b  |  23 lines

  1. //
  2. //    A simple app delegate
  3. //    Greg Burd
  4. //        Copyright NeXT Computer, Inc 1992 All Rights Reserved
  5. //
  6. //    Created 7-9-92
  7. //
  8. //    You may freely copy, distribute and reuse the code in this example.
  9. //    NeXT disclaims any warranty of any kind, expressed or implied, as to
  10. //    its fitness for any particular use.
  11. //
  12. #import <objc/Object.h>
  13.  
  14. @interface Controller:Object
  15.  
  16. {
  17.     id    initalDragView;
  18. }
  19.  
  20. - appDidInit:sender;
  21.  
  22. @end
  23.